projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd15fe5
)
arm: imx: hab: Print additional IVT elements during debug
author
Bryan O'Donoghue
<
[email protected]
>
Fri, 12 Jan 2018 12:40:07 +0000
(12:40 +0000)
committer
Stefano Babic
<
[email protected]
>
Sun, 14 Jan 2018 16:26:30 +0000
(17:26 +0100)
This patch enables printout of the IVT entry, dcd and csf data fields.
Signed-off-by: Bryan O'Donoghue <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Cc: Fabio Estevam <
[email protected]
>
Cc: Peng Fan <
[email protected]
>
Cc: Albert Aribaud <
[email protected]
>
Cc: Sven Ebenfeld <
[email protected]
>
Cc: George McCollister <
[email protected]
>
Cc: Breno Matheus Lima <
[email protected]
>
Tested-by: Breno Lima <
[email protected]
>
Reviewed-by: Fabio Estevam <
[email protected]
>
arch/arm/mach-imx/hab.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/hab.c
b/arch/arm/mach-imx/hab.c
index 229c723ba261d909735b1244a8a7bfbeb962dc96..364bd6b5c320a67d71d5382c2678947d31ca06ae 100644
(file)
--- a/
arch/arm/mach-imx/hab.c
+++ b/
arch/arm/mach-imx/hab.c
@@
-462,6
+462,8
@@
int authenticate_image(uint32_t ddr_start, uint32_t image_size,
#ifdef DEBUG
printf("\nivt_offset = 0x%x, ivt addr = 0x%x\n", ivt_offset, ivt_addr);
+ printf("ivt entry = 0x%08x, dcd = 0x%08x, csf = 0x%08x\n", ivt->entry,
+ ivt->dcd, ivt->csf);
puts("Dumping IVT\n");
print_buffer(ivt_addr, (void *)(ivt_addr), 4, 0x8, 0);